home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 December
/
macformat-019.iso
/
Demos
/
Featured in MacFormat 19
/
RedShift
/
RSDEMO.MAC
/
RSDEMO.DXR
/
00145.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-09
|
245 b
|
12 lines
on ramcount
global frameram, highram
set highram to 0
repeat with mynumber = 1 to 900
set frameram to ramNeeded(mynumber, mynumber)
if frameram > highram then
set highram to frameram
end if
end repeat
put highram
end